Add some metadata to libostree-sys
authorFelix Krull <f_krull@gmx.de>
Tue, 16 Oct 2018 15:13:46 +0000 (17:13 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/libostree-sys/Cargo.toml
rust-bindings/rust/libostree-sys/README.md [new file with mode: 0644]

index 80aa7c1c1ab3d095787b8bbee8ceae98c3bded5f..dc94457f23c7a07c46944c32f785b955010fe437 100644 (file)
@@ -1,10 +1,13 @@
+[badges.gitlab]
+repository = "https://gitlab.com/fkrull/rust-libostree"
+
 [build-dependencies]
 pkg-config = "0.3.7"
 
 [dependencies]
-gio-sys = "^0.7"
-glib-sys = "^0.7"
-gobject-sys = "^0.7"
+gio-sys = "0.7"
+glib-sys = "0.7"
+gobject-sys = "0.7"
 libc = "0.2"
 
 [dev-dependencies]
@@ -36,7 +39,14 @@ v2018_7 = ["v2018_6"]
 name = "libostree_sys"
 
 [package]
+authors = ["Felix Krull <f_krull@gmx.de>"]
 build = "build.rs"
+categories = ["external-ffi-bindings"]
+description = "FFI bindings to libostree-1"
+keywords = ["ffi", "ostree", "libostree"]
+license = "MIT"
 links = "ostree"
 name = "libostree-sys"
+readme = "README.md"
+repository = "https://gitlab.com/fkrull/rust-libostree"
 version = "0.1.0"
diff --git a/rust-bindings/rust/libostree-sys/README.md b/rust-bindings/rust/libostree-sys/README.md
new file mode 100644 (file)
index 0000000..2d4096e
--- /dev/null
@@ -0,0 +1,4 @@
+# Autogenerated FFI bindings for libostree
+This crate contains the unsafe low-level FFI bindings for libostree. You most likely want the
+[libostree crate](https://crates.io/crates/libostree) instead. It provides a higher-level, safe interface on top of this
+crate.